DLLclose

Syntax: @DLLclose FuncName

This closes the DLL function named FuncName, which has previously been opened with a DLLopen command.

Any functions left open at the end of a Run will automatically be closed.

See also the topic on Dynamic Link Libraries.